Welcome to the Codeworks® Tutorial. By the time you finish this tutorial, you will have a basic understanding of Glyphic Codeworks and will have built a simple application from scratch.
The application you will be building is a personal Film & Videotape Database. The first step will be to construct an object that represents a film. It will contain information such as the film’s title, category, rating, and a description. As you build the Film object, you will automatically be building its user interface. (Conversely, as you build the user interface for films, you will automatically be building the Film object!)
Once you have built the Film object, you can create and edit film entries using the built-in folder browser. Next, you will build a customized Film Catalog for the film database. The Film Catalog will contain a space to view any film as well as controls for adding & deleting films and for navigation from one film to another.
Finally, you will add an table of contents to the Film Catalog and complete the customization process.